Extension point pathSegmentService
Documentation
Extension point defining the implementation for the computation of the path segment for new a DocumentModel. Example:
<service class="some-class"/>
The provided class must implement org.nuxeo.ecm.core.api.pathsegment.PathSegmentService
The default implementation is org.nuxeo.ecm.core.api.pathsegment.PathSegmentServiceDefault You can contribute org.nuxeo.ecm.core.api.pathsegment.PathSegmentServiceCompat to get pre-Nuxeo 5.4 behavior.
Contribution Descriptors
- Class: org.nuxeo.ecm.core.api.pathsegment.PathSegmentServiceDescriptor